home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / scsiDiskBoot / RCS / boot.h,v < prev    next >
Encoding:
Text File  |  1989-06-13  |  881 b   |  66 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    mendel:1.2; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     87.05.08.17.43.52;  author brent;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     86.07.18.09.30.20;  author brent;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Boot program configuration parameters.
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @Changed to SCSI_DISK_BOOT to allow for XYLOGICS_BOOT etc.
  28. @
  29. text
  30. @/*
  31.  * boot.h --
  32.  *
  33.  *    Boot program definitions.
  34.  *
  35.  * Copyright 1986 Regents of the University of California
  36.  * All rights reserved.
  37.  *
  38.  *
  39.  * $Header: boot.h,v 1.1 86/07/18 09:30:20 brent Exp $ SPRITE (Berkeley)
  40.  */
  41.  
  42. #ifndef _BOOT
  43. #define _BOOT
  44.  
  45. /*
  46.  * This affects what devices get configured in.
  47.  */
  48. #define SCSI_DISK_BOOT
  49.  
  50. #endif _BOOT
  51. @
  52.  
  53.  
  54. 1.1
  55. log
  56. @Initial revision
  57. @
  58. text
  59. @d10 1
  60. a10 1
  61.  * $Header: proto.h,v 1.4 86/03/20 14:00:21 andrew Exp $ SPRITE (Berkeley)
  62. d19 1
  63. a19 1
  64. #define DISK_BOOT
  65. @
  66.